Programming With QuickTime VR 2.1

Previous | Overview | Contents | Next

Node Location Flag

The locationFlags field in the node location atom structure (Node Location Atom Structure) indicates the location of the node data relative to the file containing the node location atom. You can use this constant to specify a node location:

enum {
    kQTVRSameFile                               = 0
};

Constant description

kQTVRSameFile
The node is to be found in the current file.

© 1997 Apple Computer, Inc.

Previous | Overview | Contents | Next